home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / AmigaTalk / Browser / GeneralMethodsInstanceVars < prev    next >
Text File  |  1998-09-26  |  3KB  |  64 lines

  1. <Object>     deepCopy         |size newobj|
  2. <Object>     do:              |item|
  3. <Object>     isKindOf:        |objectClass|
  4. <Object>     shallowCopy      |size newobj|
  5. <Object>     subclassResponsibility: |msg|
  6. <Object>     notImplemented:         |msg| 
  7. <Object>     doesNotUnderstand:      |msg|
  8. <Object>     shouldNotImplement:     |msg|
  9. <Form>       clipFrom:to:     |newForm newRow rsize left top rText|
  10. <Form>       eraseAt:         |location|
  11. <Form>       overLayForm:at:  |newRowNum rowText left rowSize|
  12. <Form>       placeForm:at:    |newRowNum rowText left rowSize|
  13. <Form>       reversed         |newForm columns newRow|
  14. <Form>       rotated          |newForm rows newRow|
  15. <Form>       printAt:         |location|
  16. <Char>       digitValue       |i|
  17. <Integer>    \\               |i|
  18. <Integer>    timesRepeat:     |i|
  19. <Pen>        go:              |newx newy|
  20. <FormPen>    with:displayAt:  |xOffset yOffset sPoint ePoint|
  21. <Random>     next:            |newa|
  22. <Collection> coerce:          |newobj|
  23. <Collection> deepCopy         |newobj|
  24. <Collection> inject:into:     |last|
  25. <Collection> shallowCopy      |newobj|
  26. <Collection> size             |i|
  27. <Bag>        remove:ifAbsent: |i|
  28. <KeyedCollection> asDictionary        |newCollection|
  29. <KeyedCollection> binaryDo:           |item|
  30. <KeyedCollection> keys                |newset|
  31. <KeyedCollection> values              |newbag|
  32. <Dictionary>      getList:            |list bucketNumber|
  33. <Dictionary>      at:put:             |list anAssoc|
  34. <Dictionary>      at:ifAbsent:        |list anAssoc|
  35. <Dictionary>      removeKey:ifAbsent: |list anAssoc|
  36. <Dictionary>      first               |item|
  37. <Dictionary>      next                |item|
  38. <Dictionary>      currentKey          |clist|
  39. <AmigaTalk>       time:               |start|
  40. <SequenceableCollection> copyFrom:to:                              |newcol|
  41. <SequenceableCollection> copyWithout:                              |newcol|
  42. <SequenceableCollection> equals:startingAt:                        |i|
  43. <SequenceableCollection> indexOfSubCollection:startingAt:ifAbsent: |n m|
  44. <SequenceableCollection> replaceFrom:to:with:startingAt:           |i|
  45. <SequenceableCollection> reverseDo:                                |n m|
  46. <SequenceableCollection> reversed                                  |newvar i|
  47. <SequenceableCollection> sort:    |index temp newArray|
  48. <SequenceableCollection> with:do: |arg1 arg2|
  49. <Interval>          at:ifAbsent: |val|
  50. <List>              coerce:      |newList|
  51. <List>              findLast     |item|
  52. <List>              removeFirst  |item|
  53. <ArrayedCollection> =            |i|
  54. <ArrayedCollection> coerce:      |temp|
  55. <ArrayedCollection> copyFrom:to: |size temp|
  56. <ArrayedCollection> deepCopy     |newobj|
  57. <ArrayedCollection> shallowCopy  |newobj|
  58. <Array>             printString  |value i|
  59. <ByteArray>         printString  |str|
  60. <Class>             new          |superclass newinstance|
  61. <Class>             new:         |superclass newinstance|
  62. <Class>             respondsTo:  |aClass|
  63. <Process>           state        |pstate|
  64.